XmlNodeCollectionAdd Method (XmlNode) |
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic int Add(
XmlNode node
)
Public Function Add (
node As XmlNode
) As Integer
Parameters
- node
- Type: System.XmlXmlNode
A XmlNode to add to the collection.
Return Value
Type:
Int32The index of the added
XmlNode.
See Also